enum CarType { sedan, suv, truck } class CarHireCompany { CarType storageType; CarHireCompany({@required this.storageType}); }